Updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 20 Jun 2005 03:58:26 +0000 (03:58 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 20 Jun 2005 03:58:26 +0000 (03:58 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
NEWS

index 4a7ef3697378014c004a7c8816a93ffbd2def672..205f010ea004a6f768582cb5292db39cc96b1046 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-06-19  Matthias Clasen  <mclasen@redhat.com>
+
+       * NEWS: Updates
+
 2005-06-19  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): added a
index 4a7ef3697378014c004a7c8816a93ffbd2def672..205f010ea004a6f768582cb5292db39cc96b1046 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-19  Matthias Clasen  <mclasen@redhat.com>
+
+       * NEWS: Updates
+
 2005-06-19  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): added a
index 4a7ef3697378014c004a7c8816a93ffbd2def672..205f010ea004a6f768582cb5292db39cc96b1046 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-19  Matthias Clasen  <mclasen@redhat.com>
+
+       * NEWS: Updates
+
 2005-06-19  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): added a
diff --git a/NEWS b/NEWS
index 913ca553387f55485b7502a611f02389759d7238..254d90477ce4cb80745ae58771caa59fcb6ed2bd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
 =================================================
 * GtkTreeView
+ - Kris is back !!!
+ - Lots of scrolling/validation fixes [Kristian Rietveld]
  - Allow to "unsort" columns. [Richard Hult]
  - Support wrapping in GtkCellRendererText [Matthias Clasen]
  - Support tinting in GtkCellRendererPixbuf [Jorn Baayen]
@@ -11,13 +13,16 @@ Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
 * GtkFileChooser
  - Don't select the first item in folder modes [Christian Neumair,
    Federico Mena Quintero]
+ - Make save mode work again [Federico]
  - Allow bookmarks to be renamed [Sean Middleditch]
  - Ellipsize the preview label [Jeroen Zwartepoorte]
  - Use smaller icons [Vincent Noel]
  - Avoid a size allocation loop [Milosz Derzynski, Robert Ögren]
  - Don't stat children of /afs or /net network directories [Federico]
  - Improve sorting of filenames [Matthias]
- - Treat backup files like hidden files [Sean Middleditch]
+ - Treat backup files like hidden files, and support
+   .hidden files in the Unix backend [Sean Middleditch, Jan Arne Petersen]
+ - Improve the re-rooting behaviour of the path bar [Benjamin Otte]
 * GtkIconView
  - Many fixes for scrolling and selection handling [Mathias Hasselmann]
  - Implement GtkCellLayout, use cell renderers [Matthias]
@@ -29,7 +34,8 @@ Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
  - Visual improvements, HIG compliance [Jorn Baayen]
 * GtkCalendar
  - Use nl_langinfo() to determine the first day of week,
-   when it is available [Vincent Untz, Tommi Komulainen]
+   when it is available [Vincent Untz, Tommi Komulainen, Pierre Ossman]
+ - Allow localization of the year format [Paisa Seeluangsawat]
 * GtkEntry
  - Allow completion popups to be wider than the entry [Ross Burton]
  - Add a property to suppress the popup for single matches [Matthias]
@@ -39,18 +45,19 @@ Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
  - Allow to set a paragraph background color [Gustavo Carneiro,
    Jeroen Zwartepoorte]
  - Don't blink the cursor if not editable [Nikos Kouremenos]
+ - Make invisible text work a bit better [Jeroen]
 * GtkAlignment
  - Flip padding in RTL mode [Maciej Katafiasz]
-* GtkMenu
- - Support vertical menubars [Matthias]
- - Make scrolling more efficient [Jorn Baayen, Søren Sandmann]
 * GtkUIManager
  - Support invisible, expanding separators [Christian Persch]
+ - Allow to construct menu tool buttons [Sven Neumann]
 * GtkIconCache
  - Cache image data and metadata as well [Anders Carlsson]
 * GtkMenu
- - Allow to pop up menus without grabbing the 
-   keyboard [Michael Natterer]
+ - Support vertical menubars [Matthias]
+ - Make scrolling more efficient [Jorn Baayen, Søren Sandmann]
+ - Allow to pop up menus without grabbing the keyboard [Michael 
+   Natterer]
  - Allow setting background images on menus [Benjamin Otte]
 * gtk-demo
  - Add demos for 2.6 features [Matthias, Mark McLoughlin]
@@ -60,9 +67,11 @@ Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
   them [Jakub Steiner, Tuomas Kuosmanen, Vincent Noel]
 * Move a lot of constant data to the .rodata section [Matthias]
 * Don't copy property names, nicks and blurbs [Matthias]
-* Use Cairo for most drawing [Owen]
+* Use Cairo for most drawing [Owen Taylor]
 * Allow themes to draw outside the widget's allocation [Owen]
 * Allow key names to be translated [Christian Rose]
+* Make all cursors used by GTK+ themeable [Matthias]
+* Support the ICCCM urgency hint [Havoc Pennington]
 * GDK
  - Work with XRender < 0.4 [Albert Chin, Billy Biggs]
  - Add API to warp the pointer [Matthias]
@@ -72,6 +81,7 @@ Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
  - Make some large arrays const [Ben Maurer, Tommi Komulainen]
  - Support Cairo drawing [Owen, Carl Worth]
  - Support Visuals with alpha channel [Owen, Keith Packard]
+ - Support named cursors and cursor themes [Matthias]
 * gdk-pixbuf
  - Support saving BMP [Ivan Wong Yat Cheung]
  - Allow to specify compression level when saving
@@ -95,36 +105,39 @@ Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
  - Bug fixes [Ivan Wong, Dave Neary, Daniel Atallah, Takuro Ashie, 
    Robert Ögren, Kevin Stange, Tim Evans]  
 * Other bug fixes [Alexander Hunziker, Alexander Larsson, Anders
-  Carlsson, Arjan van de Ven, Billy Biggs, Chris Lee, Christian Persch,
-  Crispin Flowerday, Damon Chaplin, David A. Knight, David Costanzo,
-  Dennis Cranston, Diego Gonzalez, Dom Lachowicz, Doug Morgan, Doug
-  Quale, Elijah Newren, Federico, Felipe Heidrich, Felix Riemann, Frank 
-  Naumann, Frederic Crozat, Gary Kramlich, Gustavo Carneiro, Hans-Wolfgang 
-  Loidl, Hazael Maldonado Torres, Ian Wienand, Ismael Juma, Jaap A. Haitsma, 
+  Carlsson, Andreas Volz, Arjan van de Ven, Billy Biggs, Chris Lee, 
+  Christian Neumair, Christian Persch, Crispin Flowerday, Damon Chaplin, 
+  David A. Knight, David Costanzo, Dennis Cranston, Diego Gonzalez, 
+  Dom Lachowicz, Doug Morgan, Doug Quale, Elijah Newren, Fabricio Barros 
+  Cabral, Federico, Felipe Heidrich, Felix Riemann, Frank Naumann, 
+  Frederic Crozat, Gary Kramlich, Gustavo Carneiro, Hans-Wolfgang Loidl, 
+  Havoc, Hazael Maldonado Torres, Ian Wienand, Ismael Juma, Jaap A. Haitsma, 
   Jacob Kroon, Jakub Jellinek, Jean Marie Favreau, Jeff Franks, Jens Finke, 
-  Joerg Sonnenberger, John Ellis, John Finlay, Jonathan, Kazuki Iwamoto, 
-  Kjartan Maraas, Leonard Michlmayr, Lorenzo Gil Sanchez, Manish 
-  Singh, Marc Meissner, Matthias, Michael Natterer, Mikael Hallendal, 
-  Milosz Derezynski, Morten Welinder, Murray Cumming, Niko Tyni, Nguyen Thai
-  Ngoc Duy, Olaf Vitters, Olivier Sessink, Owen, Paolo Borelli, Patrick 
-  Fimml, Peter Wainwright, Phil Blundell, Philipp Langdale, Priit Laes, 
-  Remus Draica, Richard Hult, Robert Staudinger, Rodney Dawes, Rodrigo Moya, 
-  Roman Kagan, Ryan Lortie, Samuel Hym, Seven Walter, Søren, Stepan Kasal,
+  Jim Evins, Joerg Sonnenberger, John Ellis, John Finlay, Jonathan, 
+  Jorn Baayen, Kazuki Iwamoto, Kirk Bridger, Kjartan Maraas, Leonard 
+  Michlmayr, Lorenzo Gil Sanchez, Manish Singh, Marc Meissner, Matthias, 
+  Michael Natterer, Mikael Hallendal, Milosz Derezynski, Morten Welinder, 
+  Murray Cumming, Nickolay V. Shmyrev, Niko Tyni, Nguyen Thai Ngoc Duy, 
+  Olaf Vitters, Olivier Sessink, Owen, Paolo Borelli, Patrick Fimml, 
+  Peter Bloomfield, Peter Wainwright, Phil Blundell, Philipp Langdale, 
+  Priit Laes, Reinout van Schouwen, Remus Draica, Richard Hult, Robert 
+  Staudinger, Rodney Dawes, Rodrigo Moya, Roman Kagan, Ryan Lortie, 
+  Samuel Hym, Seven Walter, Søren, Stefan Kost, Stepan Kasal,
   Stephen Kennedy, Sven Neumann, Theerud Lawtrakul, Thomas Leonard,
   Thomas Zajic, Tim-Philipp Müller, Tomislav Jonjic, Tommi Komulainen,
-  Tristan Van Berkom, Victor Osadci, Vincent Ladeuil, Vincent Noel,
-  Vincent Untz, Yury Puzis]
+  Torsten Schoenfeld, Tristan Van Berkom, Victor Osadci, Vincent Ladeuil, 
+  Vincent Noel, Vincent Untz, Yury Puzis]
 * Documentation improvements [Alex Graveley, Ali Akcaagac, Bill
   Haneman, Billy Biggs, Christian Persch, Christian Rose, Dan Winship,
   George Kraft IV, Ghorban M. Tavakoly, Hubert Sokolowski, Jeff Franks,
   Jianfei Wang, Johan Dahlin, Jon-Kare Hellan, Karel Kulhavy, Ken
   Siersma, Maciej Katafiasz, Masao Mutoh, Mathias Hasselmann, Matthias,
-  Morten Welinder, Murray Cumming, Oliver Sessink, Owen, Richard Hult
-  Roger Light, Sebastian Bacher, Steve Chaplin, Sven Neumann, Torsten 
-  Schoenfeld, Vincent Untz, Worik Stanton]
+  Michal Suchanek, Morten Welinder, Murray Cumming, Oliver Sessink, Owen
+  Richard Hult, Roger Light, Sebastian Bacher, Steve Chaplin, Sven Neumann, 
+  Torsten Schoenfeld, Vincent Untz, Worik Stanton]
 * New and improved translations (bg,ca,cs,cy,da,de,el,en_CA,en_GB,es,et,
   eu,fa,fi,hu,id,ja,nb,ne,nl,nn,no,pl,pt,pt_BR,ro,ru,rw,sk,sq,sr,sr@Latn,
-  sv,uk,vi,xh,zh_CN,zh_TW)
+  sv,th,uk,vi,xh,zh_CN,zh_TW)
 
 Overview of Changes from GTK+ 2.6.0 to GTK+ 2.6.1
 =================================================